[HVM] Move RTC emulation into the hypervisor.
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Wed, 18 Oct 2006 17:35:21 +0000 (18:35 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Wed, 18 Oct 2006 17:35:21 +0000 (18:35 +0100)
commit4ca16121435529a3940a40abcc2c112026a45cd5
tree1b50a7c1fa5d3ebec445159c570a1c348954154d
parent2b30fc3c70a02875b9d2c8b9b1b28917f343dca3
[HVM] Move RTC emulation into the hypervisor.
Signed-off-by: Xiaowei Yang <xiaowei.yang@intel.com>
18 files changed:
tools/ioemu/Makefile.target
tools/ioemu/target-i386-dm/rtc-dm.c [new file with mode: 0644]
xen/arch/x86/hvm/Makefile
xen/arch/x86/hvm/hvm.c
xen/arch/x86/hvm/i8254.c
xen/arch/x86/hvm/i8259.c
xen/arch/x86/hvm/intercept.c
xen/arch/x86/hvm/io.c
xen/arch/x86/hvm/rtc.c [new file with mode: 0644]
xen/arch/x86/hvm/svm/intr.c
xen/arch/x86/hvm/svm/svm.c
xen/arch/x86/hvm/vmx/vmx.c
xen/arch/x86/time.c
xen/common/Makefile
xen/common/time.c [new file with mode: 0644]
xen/include/asm-x86/hvm/vpic.h
xen/include/asm-x86/hvm/vpit.h
xen/include/xen/time.h